home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlaWiz.dll / 0 / RCDATA / TFORMENVIOINFORMACION / TFORMENVIOINFORMACION.txt
Text File  |  2008-07-17  |  1KB  |  66 lines

  1. object FormEnvioInformacion: TFormEnvioInformacion
  2.   Left = 390
  3.   Top = 124
  4.   ActiveControl = BCerrar
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Panda Platinum'
  8.   ClientHeight = 275
  9.   ClientWidth = 429
  10.   Color = 14215660
  11.   Constraints.MinHeight = 309
  12.   Constraints.MinWidth = 437
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   Scaled = False
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 16
  27.     Width = 270
  28.     Height = 13
  29.     Caption = 'La informaci∩┐╜n que se incluir∩┐╜ en el env∩┐╜o es la siguiente:'
  30.   end
  31.   object BCerrar: TPlaButton
  32.     Left = 320
  33.     Top = 240
  34.     Width = 96
  35.     Height = 21
  36.     Anchors = [akRight, akBottom]
  37.     Caption = 'Cerrar'
  38.     TabOrder = 0
  39.     Cancel = True
  40.     Default = True
  41.     ModalResult = 2
  42.   end
  43.   object MInformacion: TPlaMemo
  44.     Left = 24
  45.     Top = 40
  46.     Width = 393
  47.     Height = 185
  48.     Alignment = taLeftJustify
  49.     Anchors = [akLeft, akTop, akRight, akBottom]
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     HideSelection = False
  56.     MaxLength = 0
  57.     OEMConvert = False
  58.     ParentFont = False
  59.     ReadOnly = True
  60.     TabOrder = 1
  61.     WantReturns = True
  62.     WantTabs = False
  63.     WordWrap = True
  64.   end
  65. end
  66.